diff options
Diffstat (limited to 'app/api/files/[...path]/route.ts')
| -rw-r--r-- | app/api/files/[...path]/route.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index e03187e3..a3bd67af 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -35,6 +35,8 @@ const isAllowedPath = (requestedPath: string): boolean => { 'basicContract/signed', 'vendorFormReportSample', 'vendorFormData', + 'uploads', + 'tech-sales' ]; return allowedPaths.some(allowed => |
